PHY GET EMITTER EXIST

Find out if an emitter exists.

  Syntax
Return Integer=PHY GET EMITTER EXIST(ID)
  Parameters
ID
Integer
identification number of the emitter object

  Returns

a value of 1 indicates the emitter exists whereas a value of 0 indicates the emitter does not exist

  Description

Determines if an emitter with the specified ID number exists. It may often be useful to call this command before attempting to delete an emitter or set properties of an emitter to ensure everything is valid.

  Example Code
No example code is provided for this command